home *** CD-ROM | disk | FTP | other *** search
- ; This file was created using MAKESTEP from the package ICPR20
- ; designed by Wayne Wolf. ICPR20 Copyright 1987
- ; You may modify this file in any way you wish but since the make
- ; files utilize the existing cmd files I discourage it. If you have
- ; comments or useful modifications please contact me, either at
- ; unix: ww@ufcsg.ufl.edu or bbs: PC-EXCHANGE at 404-977-6686.
- Page1:
- Clear
- Message "Menu of Bulletin Boards for the 313 area."
- Message "██████████████████████████████████████████████████████████████████████████████"
- Locate 22,15
- Message " "
- Locate 0,45
- Message "Mode:"
- Locate 0,51
- Find S7 "H"
- IF Found
- Message "Hayes"
- ELSE
- Message "Racal"
- ENDIF
- Locate 0,60
- Message "Redial:"
- Locate 0,68
- Find S8 "A"
- IF Found
- Message "Active"
- ELSE
- Message "Inactive"
- ENDIF
- Locate 2,0
- Message " 1 --> Games People Play (294-0946)"
- Message " 2 --> USA (398-7926)"
- Message " 3 --> WalkSoft II (435-7818)"
- Message " 4 --> WalkSoft I (435-9905)"
- Message " 5 --> College Board (478-9647)"
- Message " 6 --> P-1 Opus II (542-9615)"
- Message " 7 --> Kaypro RBBS (772-0522)"
- Message " 8 --> Freeform (774-7258)"
- Message "D --> Disconnect and exit to area code dialer S --> Switch modes"
- Message "E --> Execute ICPR20 from within Procomm R --> Toggle Redial mode "
- Locate 22,0
- Message "Your Choice -->"
- Goto Retype1
- ;
- Retype1:
- Locate 22,15
- Get S3
- Switch S3
- Case "E"
- EndSwitch
- Execute "Make.cmd"
- EndCase
- Case "R"
- EndSwitch
- Goto Activate
- EndCase
- Case "S"
- EndSwitch
- Goto Switch
- EndCase
- Case "M"
- Clear
- Message "Manual dial for area "
- Locate 0,21
- Message S2
- Message "What number do you wish to dial --> "
- Locate 1,36
- Get S6
- Assign S5 "Manual dialing."
- Execute "Dial"
- EndCase
- Case "D"
- Execute "Discnect"
- EndCase
- Case "1"
- Assign S5 "Dialing Games People Play at 294-0946."
- Assign S6 "2940946"
- Execute "Dial"
- EndCase
- Case "2"
- Assign S5 "Dialing USA at 398-7926."
- Assign S6 "3987926"
- Execute "Dial"
- EndCase
- Case "3"
- Assign S5 "Dialing WalkSoft II at 435-7818."
- Assign S6 "4357818"
- Execute "Dial"
- EndCase
- Case "4"
- Assign S5 "Dialing WalkSoft I at 435-9905."
- Assign S6 "4359905"
- Execute "Dial"
- EndCase
- Case "5"
- Assign S5 "Dialing College Board at 478-9647."
- Assign S6 "4789647"
- Execute "Dial"
- EndCase
- Case "6"
- Assign S5 "Dialing P-1 Opus II at 542-9615."
- Assign S6 "5429615"
- Execute "Dial"
- EndCase
- Case "7"
- Assign S5 "Dialing Kaypro RBBS at 772-0522."
- Assign S6 "7720522"
- Execute "Dial"
- EndCase
- Case "8"
- Assign S5 "Dialing Freeform at 774-7258."
- Assign S6 "7747258"
- Execute "Dial"
- EndCase
- Default
- Message " "
- Message "Invalid choice, please retype"
- Locate 22,15
- Message " "
- Goto Retype1
- EndCase
- EndSwitch
- ;
- Switch:
- Find S7 "R"
- IF Found
- Tran "I!"
- Pause 2
- Tran "ATZ!"
- Assign S7 "H"
- Rflush
- ELSE
- Tran "ATZ I!"
- Pause 2
- Tran "!"
- Assign S7 "R"
- Rflush
- ENDIF
- Pause 3
- Rflush
- Goto Page1
- ;
- Activate:
- Find S8 "A"
- IF Found
- Assign S8 "I"
- ELSE
- Assign S8 "A"
- ENDIF
- Goto Page1
- ;
- Exit
-